[筆記]TCL 01 -初學者


Posted by yichien305 on 2023-12-22

TCL (Tool Command Language),唸作”Tickle”,是一個Scripting Language(腳本),簡單的說就是用來描述要模擬的網路環境和參數設定等。

set

set name “bonnie”

puts
puts “my name is $foo”
incr
expr
set ::var1
unset
unset name

tclsh
tclsh hello.tcl
wish
wish hello2.tcl


#TCL







Related Posts

JQ總務處|學習筆記|深入淺出jQuery

JQ總務處|學習筆記|深入淺出jQuery

Web開發學習筆記16 — OOP(Object Oriented Programming)、Constructor Function、Class

Web開發學習筆記16 — OOP(Object Oriented Programming)、Constructor Function、Class

layer-list 應用 - 愛奇藝和當貝市場的 QR Code 掃描外框

layer-list 應用 - 愛奇藝和當貝市場的 QR Code 掃描外框


Comments